home *** CD-ROM | disk | FTP | other *** search
- Path: munich.SGi.COM!knobi
- From: knobi@munich.SGi.COM (Martin Knoblauch)
- Newsgroups: gnu.g++.help,comp.lang.c++
- Subject: Re: HELP: `-g' not supported by GCC 2.7.2 for MIPS - IRIX
- Date: 4 Jan 1996 20:47:53 -0500
- Organization: Silicon Graphics GmbH, Am Hochacker 3, D-85630 Grasbrunn
- Sender: daemon@cis.ohio-state.edu
- Distribution: world
- Message-ID: <gnusenet4cbj5k$dug@fido.asd.sgi.com>
- References: <4c9evj$rem@enterprise.sct.gu.edu.au>
-
- In article <4c9evj$rem@enterprise.sct.gu.edu.au>, Peter Kese
- <peter.kese@cit.gu.edu.au> writes:
- |> Hi!
- |>
- |> I am trying to build GCC 2.7.2 on MIPS Irix 4.3.
- |> The new compiler, refuses the '-g' switch saying:
- |>
- |> cc1plus: warning: `-g' not supported by this configuration of GCC
- |> cc1: warning: `-g' not supported by this configuration of GCC
- |>
- |> Does anyone know if / where did I do something wrong?
- |>
- |> I am looking forward for any response, because I am desperate for
- |> a C++ compiler.
- |>
- |> --
- |> Peter Kese
- |>
- Peter,
-
- first of all, you definitely are not building on 4.3 :-) Probably
- 5.3.
-
- Second, you did not read the INSTALL file :-) Somewhere there
- you can find that in order to use "-g" on IRIX-5.x (and on HP-UX)
- you need to first build/install GAS and then configure/build
- GCC using "--with-gas". GAS can be found in the latest version
- of the GNU "binutils".
-
- Martin
- --
- +---------------------------------+-----------------------------------+
- |Martin Knoblauch | Silicon Graphics GmbH |
- |Manager Application Center | Am Hochacker 3 - Technopark |
- |Silicon Graphics Computer Systems| D-85630 Grasbrunn-Neukeferloh, FRG|
- | | Phone: (+int) 89 46108-179 or -0 |
- | | Fax: (+int) 89 46108-190 (-222) |
- +---------------------------------+-----------------------------------+
- |Network: <knobi@munich.sgi.com> | V-Mail: 5-8935 | M/S: IMU-315 |
- +---------------------------------------------------------------------+
-
-